Team
Protobuf enum meshtastic.Team
Properties
Link copied to clipboard
Blue
Content copied to clipboard
Blue = 9;
Link copied to clipboard
Brown
Content copied to clipboard
Brown = 14;
Link copied to clipboard
Cyan
Content copied to clipboard
Cyan = 10;
Link copied to clipboard
Dark Blue
Content copied to clipboard
Dark_Blue = 8;
Link copied to clipboard
Dark Green
Content copied to clipboard
Dark_Green = 13;
Link copied to clipboard
Green
Content copied to clipboard
Green = 12;
Link copied to clipboard
Magenta
Content copied to clipboard
Magenta = 4;
Link copied to clipboard
Maroon
Content copied to clipboard
Maroon = 6;
Link copied to clipboard
Orange
Content copied to clipboard
Orange = 3;
Link copied to clipboard
Purple
Content copied to clipboard
Purple = 7;
Link copied to clipboard
Teal
Content copied to clipboard
Teal = 11;
Link copied to clipboard
Unspecifed
Content copied to clipboard
Unspecifed_Color = 0;
Link copied to clipboard
White
Content copied to clipboard
White = 1;
Link copied to clipboard
Yellow
Content copied to clipboard
Yellow = 2;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.